home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MACD 5
/
MACD 5.bin
/
workbench
/
boot
/
czesc_1
/
beep
/
test.c
< prev
Wrap
C/C++ Source or Header
|
1992-01-18
|
175b
|
12 lines
#include <proto/exec.h>
#include <proto/intuition.h>
main ()
{
IntuitionBase = OpenLibrary ("intuition.library", 0);
DisplayBeep (NULL);
CloseLibrary (IntuitionBase);
}